home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK2145.ZIP / RACES.BAT < prev    next >
DOS Batch File  |  1992-09-13  |  2KB  |  56 lines

  1. ECHO OFF
  2. BREAK OFF
  3. CLS
  4.  
  5. ECHO - Please turn printer on. Thank you.
  6. PAUSE
  7.  
  8. ECHO - PRESS [Enter]......
  9. PRINT /T
  10. CLS
  11. IF EXIST *.!!! ERASE *.!!!
  12. IF EXIST RVOLUME.VER GOTO MOVEON
  13. VOL >RVOLUME.VER
  14. :MOVEON
  15. IF EXIST TRACK.IMG GOTO NEXTA
  16.  
  17. :ABANDON
  18. ECHO - Track does not exist....go to TRACK first.
  19. GOTO AEND
  20.  
  21. :NEXTA
  22. ECHO   Distributed by Data-Plane Inc.  1 - (800) - 323 - 8063
  23. ECHO ╔════════════════════════════════════════════════════════════════════════════╗
  24. ECHO ║ These programs are protected under the copyright laws of the United States ║
  25. ECHO ║ of America.  No part nor portion thereof,  may be copied, except as backup ║
  26. ECHO ║ nor distributed on any media,  nor  operated  on  more  than  one computer ║
  27. ECHO ║ without the express written consent of Data-Plane Inc.                     ║
  28. ECHO ╚════════════════════════════════════════════════════════════════════════════╝
  29. ECHO 
  30. PAUSE
  31. J.COM /H
  32. CLS
  33.  
  34. SET BUFFERS=10
  35. SET FILES=10
  36. bbsRACE
  37. SET BUFFERS=28
  38. SET FILES=24
  39.  
  40. CLS
  41. ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  42. ECHO   Hope that you won lots of $$$$$$.  Come back soon.
  43. ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  44. ECHO   The results of any race may be printed by typing
  45. ECHO    PRINT m_r.RCE.....where m = meet & r = race no.
  46. GOTO AEND
  47.  
  48. :NOROOM
  49. ECHO - No room!?.......
  50. IF EXIST *.EXE ECHO - Please erase *.EXE file(s)......
  51. IF EXIST README.* ECHO - Please erase README file(s)......
  52.  
  53. :AEND
  54. ECHO -
  55. BREAK ON
  56.